home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 2 / CU Amiga Magazine's Super CD-ROM 02 (1996)(EMAP Images)(GB)[!][issue 1996-04].iso / magazine / amiga_e / amigae.july.archive / 000014_crash!minyos.xx….OZ.AU!s924723_Thu, 8 Jul 93 09:57:24 PST.msg < prev    next >
Text File  |  1993-08-31  |  1KB  |  28 lines

  1. Received: by bkhouse.cts.com (V1.16/Amiga)
  2.     id AA00000; Thu, 8 Jul 93 09:57:24 PST
  3. Received: from peladon.rmit.OZ.AU by crash.cts.com with smtp
  4.     (Smail3.1.28.1 #15) id m0oDsLV-0000FgC; Thu, 8 Jul 93 02:32 PDT
  5. Received: from minyos.xx.rmit.OZ.AU by peladon.rmit.OZ.AU with SMTP id AA16368
  6.   (5.65c/IDA-1.4.4 for <amigae@bkhouse.cts.com>); Thu, 8 Jul 1993 19:32:48 +1000
  7. Received: by minyos.xx.rmit.OZ.AU
  8. Date: Thu, 8 Jul 93 19:32:40 EST
  9. Message-Id: <9307080932.17021@minyos.xx.rmit.OZ.AU>
  10. From: s924723@minyos.xx.rmit.OZ.AU (Son Huu Le)
  11. To: amigae@bkhouse.cts.com
  12. Subject: WishList
  13.  
  14.  
  15. Since everyone's posting their wish list for E, I thought I'd add mine.
  16. Actually, I only have one. (;
  17.  
  18. Inline code optimizer! (Or at least registerized variables)
  19.  
  20. Why? I've coded a couple of utils lately and to put E to the test, I ported
  21. it to SAS/C. Even though E produced smaller codes in all cases, this did not
  22. necessarily mean a quicker program. On the contrary, E was clock on one
  23. program as twice as slow! The only way I could go faster was by assembly
  24. coding the heavy routines myself. (Parameters on registers would be nice).
  25.  
  26. Kinda like a global optimizer for E.
  27.  
  28. Bye.. Son Le